home *** CD-ROM | disk | FTP | other *** search
/ DOpus Plus / DOpus Plus.iso / Enhancements / FTPBatch / FTPBatchAdd.doc < prev   
Text File  |  1998-10-18  |  934b  |  32 lines

  1.  
  2. This is a nice additional script for FTPBatch provided by Neil Bothwick.
  3. Thanks Neil.
  4.  
  5. - Martin
  6.  
  7.  
  8. FTPBatchAdd 1.0 by Neil Bothwick
  9. --------------------------------
  10.  
  11. This is a short arexx script to add a file to the an FTPBatchLister
  12. batchlist. FTPBatchLister allows you to create a list of files for
  13. later downloading by dragging and dropping from an FTP lister.
  14.  
  15. FTPBatchAdd was written to add files to the list of files from
  16. anywhere else, such as from clickable links in a mailer or web
  17. browser.
  18.  
  19. Copy FTPBatchAdd.opus5 to DOpus5:ARexx and call it with
  20.  
  21. rx DOpus5:ARexx/FTPBatchAdd.opus5 BATCHROOT FILE
  22.  
  23. Where BATCHROOT is the name of the batchfile without its extension
  24. (exactly as you use when calling FTPBatchLister.opus5) and FILE is the
  25. full name and path name of the file you wish to download. The leading
  26. ftp:// part of the path is optional.
  27.  
  28. Once run, the file will appear in the BatchLister window, ready for
  29. download.
  30.  
  31.  
  32.